From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:10 +0000 (+0000) Subject: packages/stun: fix whitespaces X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=1e98bf6afe2e4d091d18896e67efa747b26a9568;p=openwrt%2Fsvn-archive%2Fpackages.git packages/stun: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40185 --- diff --git a/net/stun/Makefile b/net/stun/Makefile index f25190a15..7461fab91 100644 --- a/net/stun/Makefile +++ b/net/stun/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2008-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -79,7 +79,7 @@ define Package/stund/conffiles endef define Package/stun-client/install - $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/client $(1)/usr/sbin/stun-client endef